ServiceGetAttachment Method (String) |
Retrieve existing attachment.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Attachment GetAttachment(
string attachmentId
)
Public Function GetAttachment (
attachmentId As String
) As Attachment
Parameters
- attachmentId
- Type: SystemString
The ID of attachment to return.
Return Value
Type:
AttachmentAttachment.
See Also